.top {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.topNav {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(0,0,0,0.1);
    z-index:9999;
}
.topLogo{
    width:25%;float:left;
    margin-right:5%;
    padding-top:10px;
}
.topMenu{
    width:70%;float:left;
}
.topMenu li{
    width:11.11%;float:left;
    line-height:80px;
    text-align:center;
    font-size:16px;
    color:#fff;
    transition:all 0.5s;
}
.topMenu li a{color:#fff;}
.topMenu li:hover{
    background-color:#235fa5;
}
.topBanner{
    width:100%;
    height:auto;overflow:hidden;
    z-index:999;
}

/*Swiper*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/*Swiper*/

#zzTop_Line {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: url(../Images/top_bg.jpg) center;
    font-size: 13px;
}
#zzTop_Line a{color:#fff;}
.zzTop_Word{
    width:50%;float:left;
    line-height:40px;
    color:#fff;
}
.zzTop_Time{
    width:50%;float:left;
    line-height:40px;
    text-align:right;
    color:#fff;
}
#zzMenu{
    width:100%;
    height:46px;overflow:hidden;
    background:url(../Images/menu_bg.gif);
    text-align:center;
    font-size:18px;
}
.zzMenu{margin:0;padding:0;}
    .zzMenu .m {
        float: left;
        width: 1.5%;
        line-height: 46px;
        color:#fff;
    }
    .zzMenu dt {
        width:9.5%;
        float:left;
        height: 46px;
        line-height: 46px;
        margin: 0;
        padding: 0;
    }
.zzMenu dt a{color:#fff;}
.zzMenu dt a:hover{color:#ff0;}

#zzBottom{
    width:100%;
    height:auto;overflow:hidden;
    line-height:25px;
    background:url(../Images/bottom_bg.jpg) center;
    text-align:center;
    font-size:12px;
    padding:20px 0;
}
#zzBottom a{color:#2177b0;}

.bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #235fa5;
    background-image:url(../Images/bottomBg.jpg);
    background-position:center;
    color:#fff;
    text-align:center;
    padding:30px 0;
}
.bottom a{color:#fff;}
.bottomLink{
    width:100%;
    line-height:30px;
}
.bottomCopy {
    width: 100%;
    line-height: 25px;
    font-size:12px;
    margin:10px auto;
}
.bottomErweima {
    width: 100%;
}
.bottomErweima img{
    width:120px;
}

#wapTop{display:none;}
#wapTop_Padding{display:none;}

/*ËÑË÷½çÃæ*/
.searchForm{
    width:50%;
    height:auto;overflow:hidden;
    margin:20px auto 40px auto;
    border:1px solid #eee;
    border-radius:20px;
}
.searchForm .input{
    width:70%;float:left;
    border:0;
    height:40px;line-height:40px;overflow:hidden;
    text-indent:20px;
}
    .searchForm .bnt {
        width: 30%;
        float: left;
        border: 0;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        background-color:#2177b0;
        color:#fff;
    }


@media(max-width:720px) {
    .topNav{display:none;}

    .searchForm {
        width: 80%;
    }
    #wapTop{
        width:100%;
        position:fixed;
        top:0;
        margin:0 auto;
        z-index:9999;
        display:block;
    }
    .wapTop_Logo{
        width:90%;
        position:fixed;
        top:0;
        z-index:1000;
        text-align:center;
        padding:8px 0 0 0;
        max-width:550px;
        margin:0 auto;
    }
    .wapTop_Logo img{height:40px;}
    #wapTop_Padding {
        width: 100%;
        height:55px;
        display:block;
    }

    .bottomErweima{display:none;}


    .mobile{
	    width: 100%;
	    float: left;
        max-width:900px;
        margin:0 auto;
    }
    .mobile-inner{
	    width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    background-color: #fff;
	    position: relative;
    }
    .mobile-inner-header{
	    background-color: rgba(255,255,255,1);
	    width: 100%;
	    height: 55px;
	    position: absolute;
	    top: 0px;
	    left: 0px;
    }
    .mobile-inner-header-icon{
	    color: #1f2789;
	    height: 55px;
	    font-size:25px;
	    text-align: center;
	    float:right;
	    width: 70px;
	    position: relative;
	    -webkit-transition: background 0.5s;
	    -moz-transition: background 0.5s;
	    -o-transition: background 0.5s;
	    transition: background 0.5s;
    }
    .mobile-inner-header-icon:hover{
	    background-color: rgba(0,0,0,0.2);
	    cursor: pointer;
    }
    .mobile-inner-header-icon span{
	    position: absolute;
	    left: calc((100% - 25px) / 2);
	    top: calc((100% - 1px) / 2);
	    width: 25px;
	    height: 1px;
	    background-color: rgba(0,0,0,1);
    }
    .mobile-inner-header-icon span:nth-child(1){
    transform: translateY(4px) rotate(0deg);
	    }
    .mobile-inner-header-icon span:nth-child(2){
    transform: translateY(-4px) rotate(0deg);
	    }
    .mobile-inner-header-icon-click span:nth-child(1){
	    animation-duration: 0.5s;
	    animation-fill-mode: both;
	    animation-name: clickfirst;
	    }		
    .mobile-inner-header-icon-click span:nth-child(2){
	    animation-duration: 0.5s;
	    animation-fill-mode: both;
	    animation-name: clicksecond;
	    }
    @keyframes clickfirst {
      0% {
	      transform: translateY(4px) rotate(0deg);
	  
      }

      100% {
        transform: translateY(0) rotate(45deg);
      }
    }	
    @keyframes clicksecond {
      0% {
	      transform: translateY(-4px) rotate(0deg);
      }

      100% {
        transform: translateY(0) rotate(-45deg);
      }
    }	

    .mobile-inner-header-icon-out span:nth-child(1){
	    animation-duration: 0.5s;
	    animation-fill-mode: both;
	    animation-name: outfirst;
	    }		
    .mobile-inner-header-icon-out span:nth-child(2){
	    animation-duration: 0.5s;
	    animation-fill-mode: both;
	    animation-name: outsecond;
	    }

    @keyframes outfirst {
      0% {
        transform: translateY(0) rotate(-45deg);
      }

      100% {
        transform: translateY(-4px) rotate(0deg);
      }
    }	
    @keyframes outsecond {
      0% {
        transform: translateY(0) rotate(45deg);
      }

      100% {
        transform: translateY(4px) rotate(0deg);
      }
    }

    .mobile-inner-nav{
	    background-color: rgba(0,0,0,0.9);
	    width: 100%;
	    position: absolute;
	    top: 50px;
	    left: 0px;
	    padding-top: 30px;
	    padding-bottom: 80px;
	    display: none;
    }
    .mobile-inner-nav a{
	    display: inline-block;
	    line-height: 45px;
	    text-decoration: none;
	    width: 80%;
	    margin-left: 10%;
	    color: #FFFFFF;
	    border-bottom: solid 1px rgba(255,255,255,0.3);
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -o-transition: all 0.5s;
	    transition: all 0.5s;
	    font-weight:300;
    }
    .mobile-inner-nav a:hover{
	    color: rgba(255,255,255,0.4);
	    border-bottom: solid 1px rgba(255,255,255,0.2);
    }
}